var github.com/google/go-cmp/cmp.bytesType

2 uses

	github.com/google/go-cmp/cmp (current package)
		report_reflect.go#L22: 	bytesType  = reflect.TypeOf((*[]byte)(nil)).Elem()
		report_slices.go#L338: 		if t != bytesType {